home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / f90 / sizeof.z / sizeof
Encoding:
Text File  |  2002-10-03  |  1.1 KB  |  33 lines

  1. SIZEOF(3I)                                            Last changed: 4-13-99
  2.  
  3.  
  4. NNAAMMEE
  5.      SSIIZZEEOOFF - Returns bytes of storage
  6.  
  7. SSYYNNOOPPSSIISS
  8.      SSIIZZEEOOFF (([XX==]_x))
  9.  
  10. IIMMPPLLEEMMEENNTTAATTIIOONN
  11.      UNICOS, UNICOS/mk, IRIX systems
  12.  
  13.      CF90, MIPSpro 7 Fortran 90, MIPSpro Fortran 77
  14.  
  15. SSTTAANNDDAARRDDSS
  16.      Fortran extension
  17.  
  18. DDEESSCCRRIIPPTTIIOONN
  19.      The SSIIZZEEOOFF inquiry function returns the number of bytes of storage
  20.      used by _x.  This function accepts the following argument:
  21.  
  22.      _x         A scalar or array of type character, complex, integer,
  23.                logical, or real.  Cannot be an assumed-size array.
  24.  
  25.      The name of this intrinsic cannot be passed as an argument.
  26.  
  27. RREETTUURRNN VVAALLUUEESS
  28.      The result type and type parameter are of type default integer.
  29.  
  30. SSEEEE AALLSSOO
  31.      _I_n_t_r_i_n_s_i_c _P_r_o_c_e_d_u_r_e_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l for the printed version of this
  32.      man page.
  33.